Library

Developer Tools (24)Date

11 Apr 2025
Developer Tools

Self healing for selenium tests. A proxy runs between ...

...browser and selenium. It detects if a locator is not recognized in which case it basically uses ai llm and a database of successful locator checks to identify the change in the element. It then resends the command witht the fixed element. It also compiles a list of elements it had to heal so that the user can update the element locators in the tests.

Top